home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <html><head><title>CDateFromIso Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03030108"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
-
- p.P1{
- }
- p.P2{
- }
- span.T1{
- font-weight:bold;}
- </style></head><body>
-
-
- <help:to-be-embedded Eid="cdatefromiso" xmlns:help="http://openoffice.org/2000/help">
- <p class="Head1"><help:link Id="68581">CDateFromIso Function [Runtime]</help:link></p>
- <p class="Paragraph">Returns the internal date number from a string containing a date in ISO format.</p>
- </help:to-be-embedded>
- <p class="Paragraph"><span class="T1">Syntax</span>:</p>
- <p class="Paragraph">CDateFromIso(String) <help:key-word value="CDateFromIso" tag="kw68581_1" xmlns:help="http://openoffice.org/2000/help"/></p>
- <p class="Paragraph"><span class="T1">Return value</span>:</p>
- <p class="Paragraph">Internal date number</p>
- <p class="Paragraph"><span class="T1">Parameter</span>:</p>
- <p class="Paragraph">String : a string containing an ISO date. The year may have two or four figures.</p>
- <p class="P2">Example:</p>
- <p class="PropText">dateval = CDateFromIso("20021231")</p>
- <p class="PropText">returns 12/31/2002 in the date format of your system</p>
- </body></html>